Stage 4: Post-Migration Checklist
Use these steps to confirm all jobs have successfully migrated. This checklist is not required, but recommended as an audit process to update jobs with the latest version in the MongoDB Collection.
Navigate to Job Manager. The Active Jobs tab will open by default and display all the jobs currently running.
- Filter for any active job.
- Click the Visualize button (eye icon) in the Actions column of the Job Manager UI to display job details for the active job.
- Confirm the Start Date, End Date and Assignee details are updated.
Run a job query from the MongoDB Collection.
db.getCollection('jobs').find({"_id":"6c6b2cba7e7e4437bde501a9"})
Confirm the
lastUpdatedVersion
for Workflow Builder.“lastUpdatedVersion” : < WFB - version >
- For example: 2020.1.11 - “lastUpdatedVersion” : 5.10.4-2020.1.49.0
Results from the two steps above will successfully confirm the jobs migration for the upgrade path.
Next Step
Go to Stage 5: IAG Migration if you have Automation Gateway.